-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
485,181 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
BLOCK_START=23544570 | ||
BLOCK_START=18000000 | ||
PREFIX=42 | ||
RPC_WS="wss://westend-rpc.polkadot.io" | ||
CHAIN_ID='westend' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * as proxy from './proxy/calls' | ||
export * as multisig from './multisig/calls' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * as proxy from './proxy/events' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
export * as v2005 from './v2005' | ||
export * as v9130 from './v9130' | ||
export * as v9180 from './v9180' | ||
export * as v9111 from './v9111' | ||
export * as v9420 from './v9420' | ||
export * as v1002006 from './v1002006' | ||
export * as v1003000 from './v1003000' | ||
export * as v9190 from './v9190' | ||
export * as v9300 from './v9300' | ||
export * as v2007 from './v2007' | ||
export * as v2011 from './v2011' | ||
export * as v2013 from './v2013' | ||
export * as v2015 from './v2015' | ||
export * as v2022 from './v2022' | ||
export * as v2023 from './v2023' | ||
export * as v2024 from './v2024' | ||
export * as v2025 from './v2025' | ||
export * as v2026 from './v2026' | ||
export * as v2028 from './v2028' | ||
export * as v2029 from './v2029' | ||
export * as v2030 from './v2030' | ||
export * as v9010 from './v9010' | ||
export * as v9030 from './v9030' | ||
export * as v9040 from './v9040' | ||
export * as v9050 from './v9050' | ||
export * as v9080 from './v9080' | ||
export * as v9090 from './v9090' | ||
export * as v9100 from './v9100' | ||
export * as v9122 from './v9122' | ||
export * as v9160 from './v9160' | ||
export * as v9170 from './v9170' | ||
export * as v9220 from './v9220' | ||
export * as v9230 from './v9230' | ||
export * as v9250 from './v9250' | ||
export * as v9271 from './v9271' | ||
export * as v9291 from './v9291' | ||
export * as v9320 from './v9320' | ||
export * as v9340 from './v9340' | ||
export * as v9350 from './v9350' | ||
export * as v9370 from './v9370' | ||
export * as v9381 from './v9381' | ||
export * as v9430 from './v9430' | ||
export * as v1000000 from './v1000000' | ||
export * as v1001000 from './v1001000' | ||
export * as v1002000 from './v1002000' | ||
export * as v1002004 from './v1002004' | ||
export * as v1002005 from './v1002005' | ||
export * as events from './events' | ||
export * as calls from './calls' |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.