Skip to content

Commit

Permalink
remove Phala sudo; Add Interlay/Bifrost/Hydra tokens
Browse files Browse the repository at this point in the history
* remove `sudo` pallet from Phala chain config
* Add all ForeignAssets and LendTokens for Interlay chain config
* Add all Token2, VToken2, and VSToken2 for Bifrost chain config
* Add all ForeignAsset tokens to Centrifuge chain config
* Add recent tokens registered on HydraDX in chain config
* reduce any iBTC tokens to 21 million with 8 decimal points
  • Loading branch information
spazcoin committed Apr 28, 2024
1 parent 997e951 commit 250ceeb
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 25 deletions.
93 changes: 93 additions & 0 deletions configs/bifrost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,96 @@ import-storage:
- providers: 1
data:
free: 1000000000000000

Tokens:
Accounts:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 0 # DOT
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 1 # GLMR
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 2 # USDT
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 3 # ASTR
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 4 # FIL (Filecoin)
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 5 # USDC
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 6 # interBTC (iBTC) from Interlay
- free: '2100000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 7 # INTR
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 8 # MANTA
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 9 # BNCs (inscriptions on BNC)
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 10 # PINK
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- Token2: 11 # DED
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- VToken2: 0 # vDOT
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- VToken2: 1 # vGLMR
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- VToken2: 3 # vASTR
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- VToken2: 4 # vFIL
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- VToken2: 8 # vMANTA
- free: '100000000000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- VSToken2: 0 # vsDOT
- free: '100000000000000000000000000000'
40 changes: 30 additions & 10 deletions configs/centrifuge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,47 +42,67 @@ import-storage:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 6
- free: 1000000000000
- ForeignAsset: 1 # Tether USDT
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 2 # Axelar USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 3 # Acala dollar (AUSD)
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 4 # GLMR
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 4
- ForeignAsset: 5 # DOT
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100001
- ForeignAsset: 6 # USD Coin USDC
- free: 1000000000000
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100001 # LP Ethereum Wrapped USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100002
- ForeignAsset: 100002 # LP Base Wrapped USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100003
- ForeignAsset: 100003 # LP Arbitrum Wrapped USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100004
- ForeignAsset: 100004 # LP Celo Wrapped Wormhole USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100005
- ForeignAsset: 100005 # LP Wrapped FRAX
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- ForeignAsset: 100006
- ForeignAsset: 100006 # LP Celo Wrapped USDC
- free: "1000000000000000000000"
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- LocalAsset: 1
- LocalAsset: 1 # Local USDC
- free: "10000000000000"
Proxy:
# Example to set proxy
Expand Down
86 changes: 78 additions & 8 deletions configs/hydradx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ import-storage:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 2 # DAI Stablecoin (via Wormhole)
- 2 # DAI Stablecoin (via Acala Wormhole)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 3 # Wrapped Bitcoin (via Wormhole)
- 3 # Wrapped Bitcoin (via Acala Wormhole)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 4 # Ethereum (via Wormhole)
- 4 # Ethereum (via Acala Wormhole)
- free: '100000000000000000000000'
-
-
Expand All @@ -48,12 +48,12 @@ import-storage:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 6 # ApeCoin (via Wormhole)
- 6 # ApeCoin (via Acala Wormhole)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 7 # USD Coin (via Wormhole)
- 7 # USD Coin (via Acala Wormhole)
- free: '100000000000000000000000'
-
-
Expand All @@ -74,7 +74,7 @@ import-storage:
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 11 # interBTC
- free: '100000000000000000000000'
- free: '2100000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
Expand All @@ -88,12 +88,12 @@ import-storage:
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 14 # Bifrost Native Coin
- 14 # Bifrost Native Coin (BNC)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 15 # Bifrost Voucher DOT
- 15 # Bifrost Voucher DOT (VDOT)
- free: '100000000000000000000000'
-
-
Expand All @@ -105,6 +105,76 @@ import-storage:
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 17 # Interlay
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 18 # DAI (Moonbeam Wormhole)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 19 # WBTC.wh Bitcoin (Moonbeam Wormhole)
- free: '2100000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 20 # WETH.wh Ethereum (Moonbeam Wormhole)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 21 # USD Coin USDC (Moonbeam Wormhole)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 22 # USDC (Polkadot Asset Hub)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 23 # USDT (Moonbeam Wormhole)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 24 # Subsocial (SUB)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 25 # Unique network
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 26 # Nodle
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 27 # Crust (CRU)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 28 # KILT
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 100 # 4-pool (USDT(AssetHub), DAI.wh MRL, USDC.wh MRL, USDT.wh MRL)
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 101 # 2-Pool
- free: '100000000000000000000000'
-
-
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
- 102 # 2-Pool-Stbl (WBTC-iBTC)
- free: '100000000000000000000000'
TechnicalCommittee:
Members: ["5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"]
Council:
Expand Down
Loading

0 comments on commit 250ceeb

Please sign in to comment.