Skip to content

Commit a620b6e

Browse files
authored
Merge pull request #43 from codingknite/feat-burnt-fees
Fix: Burnt fees
2 parents 355d4cf + 6d615b2 commit a620b6e

File tree

12 files changed

+37
-547
lines changed

12 files changed

+37
-547
lines changed

icons/alphanetv2.svg

Lines changed: 4 additions & 0 deletions
Loading

lib/hooks/useWvmArchiver.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ const wvmNetworks = [
1616
wvm_rpc: 'https://testnet-rpc.wvm.dev',
1717
},
1818
{
19-
archive_pool_address: '0xa2A0D977847805fE224B789D8C4d3D711ab251e7',
20-
archiver_address: '0x197f818c1313DC58b32D88078ecdfB40EA822614',
19+
archive_pool_address: '0x0000000000000000000000000000000000000000',
20+
archiver_address: '0xd730fF10Ab359Fc4C0853DF9d108b7E646e645f4',
2121
backfill_address: '0x123463a4B065722E99115D6c222f267d9cABb524',
2222
block_time: 9.0,
2323
name: 'Metis',
2424
network_chain_id: 1088,
2525
network_rpc: 'https://andromeda.metis.io/?owner=1088',
26-
start_block: 18574702,
26+
start_block: 18792105,
2727
wvm_chain_id: 9496,
2828
wvm_rpc: 'https://testnet-rpc.wvm.dev',
2929
},

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"node": ">=20.11.0",
88
"npm": "10.2.4"
99
},
10-
"license":"MIT",
10+
"license": "MIT",
1111
"scripts": {
1212
"dev": "./tools/scripts/dev.sh",
1313
"dev:preset": "./tools/scripts/dev.preset.sh",
@@ -99,6 +99,7 @@
9999
"react-dom": "18.2.0",
100100
"react-google-recaptcha": "^2.1.0",
101101
"react-hook-form": "^7.33.1",
102+
"react-icons": "^5.3.0",
102103
"react-identicons": "^1.2.5",
103104
"react-intersection-observer": "^9.5.2",
104105
"react-jazzicon": "^1.0.4",

public/icons/name.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
export type IconName =
44
| "ABI_slim"
55
| "ABI"
6+
| "alphanetv2"
67
| "API"
78
| "apps_list"
89
| "apps_xs"

0 commit comments

Comments
 (0)