Skip to content

Commit

Permalink
Deployment/new version connect 0.3.15 (#901)
Browse files Browse the repository at this point in the history
* Advances

* add ETHFI ntt config

* fix ETHFI config

* update ETHFI token symbol config

* New version

* Update connect

* update to 0.3.15

* remove ethfi token

* fix prettier

---------

Co-authored-by: Sebastian Scatularo <[email protected]>
  • Loading branch information
yuli-ferna and sebastianscatularo authored Jun 26, 2024
1 parent 07de639 commit 65640f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 63 deletions.
8 changes: 4 additions & 4 deletions apps/connect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@opentelemetry/resources": "^1.23.0",
"@opentelemetry/sdk-trace-web": "^1.23.0",
"@tanstack/react-query": "^5.14.2",
"@wormhole-foundation/wormhole-connect": "^0.3.14",
"@wormhole-foundation/wormhole-connect": "^0.3.15",
"dompurify": "^3.0.6",
"mixpanel-browser": "^2.49.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/connect/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export default function Root() {

const messages = Object.values(messageConfig);
useEffect(() => {
localStorage.setItem('Connect Config', JSON.stringify(config, null, 2));
}, [config]);
localStorage.setItem("Connect Config", JSON.stringify(config, null, 2));
}, [config]);
return (
<>
{versions.map(({ appName, version }, idx) => (
Expand Down
56 changes: 0 additions & 56 deletions apps/connect/vite.token-bridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,36 +176,6 @@ const TESTNET_TOKEN_CONFIG: WormholeConnectConfig = {

const MAINNET_TOKEN_CONFIG: WormholeConnectConfig = {
tokensConfig: {
"ETHFIethereum": {
key: "ETHFIethereum",
symbol: "ETHFI",
nativeChain: 'ethereum',
tokenId: {
chain: 'ethereum',
address: '0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb',
},
icon: "https://assets.coingecko.com/coins/images/35958/standard/etherfi.jpeg?1710254562",
coinGeckoId: "ether-fi",
decimals: {
default: 18,
Ethereum: 18
},
},
"ETHFIarbitrum": {
key: "$ETHFIarbitrum",
symbol: "ETHFI",
nativeChain: 'arbitrum',
tokenId: {
chain: 'arbitrum',
address: '0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27',
},
icon: "https://assets.coingecko.com/coins/images/35958/standard/etherfi.jpeg?1710254562",
coinGeckoId: "ether-fi",
decimals: {
default: 18,
Arbitrum: 18
},
},
WOM: {
key: "WOM",
symbol: "WOM",
Expand Down Expand Up @@ -557,32 +527,6 @@ const MAINNET_TOKEN_CONFIG: WormholeConnectConfig = {
}
]
},
"ETHFI": {
nttManagers: [
{
chainName: 'ethereum',
address: '0x344169Cc4abE9459e77bD99D13AA8589b55b6174',
tokenKey: 'ETHFIethereum',
transceivers: [
{
address: '0x3bf4AebcaD920447c5fdD6529239Ab3922ce2186',
type: 'wormhole',
},
],
},
{
chainName: 'arbitrum',
address: '0x90A82462258F79780498151EF6f663f1D4BE4E3b',
tokenKey: 'ETHFIarbitrum',
transceivers: [
{
address: '0x4386e36B96D437b0F1C04A35E572C10C6627d88a',
type: 'wormhole',
},
],
}
]
}
},

}
Expand Down

0 comments on commit 65640f4

Please sign in to comment.