-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Superseed FiatToken Warp Route artifacts
- Loading branch information
Showing
4 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/CBBTC/ethereum-superseed-addresses.yaml
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,4 @@ | ||
ethereum: | ||
collateral: "0x7710d2FC9A2E0452b28a2cBf550429b579347199" | ||
superseed: | ||
collateral: "0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484" |
20 changes: 20 additions & 0 deletions
20
deployments/warp_routes/CBBTC/ethereum-superseed-config.yaml
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,20 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0x7710d2FC9A2E0452b28a2cBf550429b579347199" | ||
chainName: ethereum | ||
collateralAddressOrDenom: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf" | ||
connections: | ||
- token: ethereum|superseed|0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484 | ||
decimals: 8 | ||
name: Coinbase Wrapped BTC | ||
standard: EvmHypCollateral | ||
symbol: cbBTC | ||
- addressOrDenom: "0x0a78BC3CBBC79C4C6E5d4e5b2bbD042E58e93484" | ||
chainName: superseed | ||
collateralAddressOrDenom: "0x6f36dbd829de9b7e077db8a35b480d4329ceb331" | ||
connections: | ||
- token: ethereum|ethereum|0x7710d2FC9A2E0452b28a2cBf550429b579347199 | ||
decimals: 8 | ||
name: Coinbase Wrapped BTC | ||
standard: EvmHypCollateralFiat | ||
symbol: cbBTC |
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/USDC/ethereum-superseed-addresses.yaml
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,4 @@ | ||
ethereum: | ||
collateral: "0xc927767CF7bddc5e8b996A0f957e5F22250A2F67" | ||
superseed: | ||
collateral: "0xa7D6042eEf06E81168e640b5C41632eE5295227D" |
20 changes: 20 additions & 0 deletions
20
deployments/warp_routes/USDC/ethereum-superseed-config.yaml
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,20 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- addressOrDenom: "0xc927767CF7bddc5e8b996A0f957e5F22250A2F67" | ||
chainName: ethereum | ||
collateralAddressOrDenom: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" | ||
connections: | ||
- token: ethereum|superseed|0xa7D6042eEf06E81168e640b5C41632eE5295227D | ||
decimals: 6 | ||
name: USD Coin | ||
standard: EvmHypCollateral | ||
symbol: USDC | ||
- addressOrDenom: "0xa7D6042eEf06E81168e640b5C41632eE5295227D" | ||
chainName: superseed | ||
collateralAddressOrDenom: "0xc316c8252b5f2176d0135ebb0999e99296998f2e" | ||
connections: | ||
- token: ethereum|ethereum|0xc927767CF7bddc5e8b996A0f957e5F22250A2F67 | ||
decimals: 6 | ||
name: USD Coin | ||
standard: EvmHypCollateralFiat | ||
symbol: USDC |