@eth-optimism/tokenlist 8.3.125 → 8.3.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-b199544a.d.ts → optimism.tokenlist-be537c82.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-08-17T16:
|
|
25
|
+
var timestamp = "2023-08-17T16:12:28.860Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2969,6 +2969,7 @@ var tokens = [
|
|
|
2969
2969
|
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2970
2970
|
extensions: {
|
|
2971
2971
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2972
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2972
2973
|
opListId: "default",
|
|
2973
2974
|
opTokenId: "rETH"
|
|
2974
2975
|
}
|
|
@@ -3012,6 +3013,19 @@ var tokens = [
|
|
|
3012
3013
|
opTokenId: "rETH"
|
|
3013
3014
|
}
|
|
3014
3015
|
},
|
|
3016
|
+
{
|
|
3017
|
+
chainId: 8453,
|
|
3018
|
+
address: "0xB6fe221Fe9EeF5aBa221c348bA20A1Bf5e73624c",
|
|
3019
|
+
name: "Rocket Pool ETH",
|
|
3020
|
+
symbol: "rETH",
|
|
3021
|
+
decimals: 18,
|
|
3022
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
3023
|
+
extensions: {
|
|
3024
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3025
|
+
opListId: "default",
|
|
3026
|
+
opTokenId: "rETH"
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3015
3029
|
{
|
|
3016
3030
|
chainId: 1,
|
|
3017
3031
|
address: "0x9559Aaa82d9649C7A7b220E7c461d2E74c9a3593",
|
|
@@ -4674,7 +4688,7 @@ var tokens = [
|
|
|
4674
4688
|
var version = {
|
|
4675
4689
|
major: 8,
|
|
4676
4690
|
minor: 3,
|
|
4677
|
-
patch:
|
|
4691
|
+
patch: 126
|
|
4678
4692
|
};
|
|
4679
4693
|
var optimism_tokenlist_default = {
|
|
4680
4694
|
name,
|